home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1998 / MacHack 1998.toast / Sessions / Completions / Completions Source / Configuration / ConfigureOSErrorDebugging.h < prev    next >
Encoding:
Text File  |  1998-03-12  |  172 b   |  10 lines  |  [TEXT/CWIE]

  1. // ConfigureOSErrorDebugging.h
  2.  
  3. enum
  4.   {
  5.     displayExplicitErrors = true,
  6.     displayCancelledErrors = true,
  7.     displayDuplicateErrors = true,
  8.     displayDestroyedErrors = true
  9.   };
  10.